NevronOpenVision
Nevron.Nov.Text Namespace / NEncoding Class / GetString Method / GetString(Byte[],Int32,Int32) Method
The array of bytes to convert to string.
The starting index in the byte array to start working from.
The number of bytes to convert.
GetString(Byte[],Int32,Int32) Method
Decodes "byteCount" bytes from the given byte array, starting from the byte at index "byteIndex" and returns the resulting string.
Syntax
public System.string GetString( 
   System.byte[] bytes,
   System.int byteIndex,
   System.int byteCount
)

Parameters

bytes
The array of bytes to convert to string.
byteIndex
The starting index in the byte array to start working from.
byteCount
The number of bytes to convert.

Return Value

The resulting string.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also